From 8719bb304cdfe9ac1e5897e764461facd5c07050 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 20 Jun 2006 10:02:34 +0000 Subject: [PATCH] Add upload template for webif, closes #590 and definitively #525 SVN-Revision: 4021 --- openwrt/package/webif/files/usr/lib/webif/form.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/webif/files/usr/lib/webif/form.awk b/openwrt/package/webif/files/usr/lib/webif/form.awk index 89530aef32..808b99ebd9 100644 --- a/openwrt/package/webif/files/usr/lib/webif/form.awk +++ b/openwrt/package/webif/files/usr/lib/webif/form.awk @@ -80,6 +80,7 @@ $1 ~ /^caption/ { print "" $2 "" } $1 ~ /^string/ { print $2 } $1 ~ /^text/ { print "" $4 } $1 ~ /^password/ { print "" $4 } +$1 ~ /^upload/ { print "" } $1 ~ /^submit/ { print "" } $1 ~ /^helpitem/ { form_help = form_help "
@TR<<" $2 ">>:
" } $1 ~ /^helptext/ { form_help = form_help "
@TR<<" $2 ">>
" } -- 2.30.2